home *** CD-ROM | disk | FTP | other *** search
- Path: mudskipper.cac.psu.edu!user
- From: fcusack@tdx.org (frank.)
- Newsgroups: comp.lang.c++
- Subject: Re: help.. new to programming
- Date: Sat, 06 Jan 1996 13:59:15 -0500
- Organization: Penn State University, Center for Academic Computing
- Message-ID: <fcusack-0601961359150001@mudskipper.cac.psu.edu>
- References: <4ck6de$ott@grumpy.magg.net>
- NNTP-Posting-Host: mudskipper.cac.psu.edu
-
- In article <4ck6de$ott@grumpy.magg.net>, wes@magg.net (wellington online) wrote:
-
- > I am new to programming. I have borland visual c++. I have figure out
- > how to make the graphical parts of the application. I need examples of
- > how to make them work. For example I know how to make a file open dialog
- > box, but I do not know how to make it actually tell me what files and
- > directories are available. Thanks for the help.
-
- A file dialog box probably does not tell you what files & directories are
- available, it just returns what the user selected. To get a list of what
- files/directories are availble, you'd use a different set of calls. Try a
- dos/win specific newsgroup.
- ~Frank
-